From: Ian Jackson Date: Tue, 22 Jun 2010 14:39:42 +0000 (+0100) Subject: If xenfs is compiled as a module, now cannot complete X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11892 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=6f4e9be827564fc490ecb37c98910a0bee845730;p=xen.git If xenfs is compiled as a module, now cannot complete 'service xencommons start', mount xenfs directly can fix it, it can trigger modprobe xenfs. Signed-off-by: Yu Zhiguo --- diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index d8680fba02..873e42c7f4 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -27,7 +27,6 @@ shopt -s extglob if test "x$1" = xstart && \ test -d /proc/xen && \ ! test -d /proc/xen/capabilities && \ - grep ' xenfs$' /proc/filesystems >/dev/null && \ ! grep '^xenfs ' /proc/mounts >/dev/null; then mount -t xenfs xenfs /proc/xen